.header .container{
	display: flex;
	justify-content: space-between;
	padding: 0.2rem 0;
}
.header-phone{
	display: flex;
}
.header-phone .iconfont{
	font-size: 1.4rem;
	color: #143073;
	line-height: 1;
	margin-right: 0.2rem;
}
.header-phone h6{
	font-size: 0.28rem;
	color: #999;
	margin-top: 0.2rem;
}
.header-phone p{
	font-size: 0.5rem;
	color: #143073;
	font-weight: 900;
	font-family: helvetica;
}
.nav{
	background-color: #fff;
	border-top: 1px solid #ddd;
	position: relative;
	z-index: 9999999999;
}
.nav ul{
	justify-content: space-between;
}
.nav ul li{
	position: relative;
	padding: 0.3rem 0;
}
.nav ul::after{
	display: none;
}
.nav li>a{
	display: inline-block;
	font-size: 0.32rem;
	line-height: 0.7rem;
	padding: 0 0.6rem;
	border-radius: 0.5rem;
}
.nav li>a:hover{
	color: #143073;
}
.nav ul li.active>a{
	background-color: #143073;
	color: #fff!important;
}
.dropMenu{
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	width: 100%;
}
.dropMenu p{
	text-align: center;
	font-size: 0.28rem;
	line-height: 0.8rem;
	background-color: #fff;
	border-top: 1px solid rgba(0,0,0,.1);
	transition: all .35s ease-in-out;
}
.nav ul li:hover .dropMenu{
	display: block;
}
.dropMenu p:hover{
	background-color: #143073;
	color: #fff;
}
.search-box{
	position: relative;
	z-index: 99;
}
.search-box input{
	display: block;
	width: 4rem;
	font-size: 0.28rem;
	color: #666;
	min-width: 100px;
	border: 1px solid #143073;
	height: 0.7rem;
	border-radius: 0.6rem;
	padding: 0 0.4rem;
}
.search-box button{
	font-size: 0.4rem;
	color: #143073;
	position: absolute;
	right: 10px;
	top: 0.3rem;
	line-height: 0.7rem;
	height: 0.7rem;
	outline: none;
	border: none;
}

.pro-item{
	padding: 0.3rem;
}
.pro-item>a{
	display: block;
	position: relative;
}
.pro-item>a .pic{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
	background: linear-gradient(25deg,#557bd6,#217088) ;
	overflow: hidden;
}
.pro-item>a .pic img{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
}
.pro-item>a .title{
	font-family: helvetica;
	font-size: 0.36rem;
	text-align: center;
	line-height: 0.7rem;
}
.pro-hover{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(20, 48, 115, 0.7);
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.pro-hover .hover-title{
	font-size: 0.4rem;
	color: #fff;
	font-weight: 900;
	text-align: center;
}
.pro-hover span{
	display: inline-block;
	background-color: #4186ee;
	color: #fff;
	margin-top: 0.2rem;
	font-size: 0.28rem;
	border-radius: 0.6rem;
	line-height: 0.5rem;
	padding: 0 0.4rem;
}
.pro-item>a:hover .pro-hover{
	display: flex;
}
.pro-hover i{
	display: block;
	position: absolute;
	background-color: rgba(255,255,255,.7);
	width: 0;
	height: 0;
}
.pro-hover:hover .lt{
	left: 0.4rem;
	top: 0.4rem;
	width: calc(100% - 0.8rem);
	height: 1px;
	transition: all .55s ease-in-out;
}
.pro-hover:hover .lb{
	left: 0.4rem;
	top: 0.4rem;
	width: 1px;
	height: calc(100% - 0.8rem);
	transition: all .55s ease-in-out;
}
.pro-hover:hover .rt{
	right: 0.4rem;
	top: 0.4rem;
	width: 1px;
	height: calc(100% - 0.8rem);
	transition: all .55s ease-in-out;
}
.pro-hover:hover .rb{
	left: 0.4rem;
	bottom: 0.4rem;
	width: calc(100% - 0.8rem);
	height: 1px;
	transition: all .55s ease-in-out;
}
.view-more{
	text-align: center;
	margin: 1rem 0;
}


.about-left{
	padding-left: 1rem;
}
.main-title{
	font-size: 0.8rem;
	color: #000;
	font-weight: 900;
	line-height: 1.6;
}
.line{
	width: 1rem;
	height: 5px;
	background-color: #143073;
	margin: 0.6rem 0;
}
.about-left .description{
	font-size: 0.36rem;
	line-height: 2;
	text-align: justify;
}
.about-left .more{
	display: block;
	width: 2.8rem;
	height: 1rem;
	border-radius: 0.5rem;
	border: 1px solid #143073;
	line-height: 0.96rem;
	text-align: center;
	color: #143073;
	font-size: 0.32rem;
	margin: 1rem 0;
}
.about-left .more:hover{
	color: #fff;
}
.about-icon{
	display: flex;
}
.about-icon .iconfont{
	font-size: 1.5rem;
	color: #143073;
	line-height: 1;
	margin-right: 0.2rem;
	font-weight: normal;
}
.about-icon p{
	font-size: 0.28rem;
	color: #999;
	margin-top: 0.2rem;
	line-height: 1;
}
.about-icon strong{
	font-size: 0.72rem;
	font-family: helvetica;
	color: #143073;
	font-weight: 900;
}
.swiper-about .swiper-slide{
	position: relative;
	height: 0;
	padding-top: 50%;
	overflow: hidden;
}
.swiper-about .swiper-slide img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #fff;
	min-width: 100%;
}
.swiper-about .title{
	position: absolute;
	left: 0.8rem;
	bottom: 0.8rem;
	color: #fff;
	font-size: 0.48rem;
	font-weight: 900;
}

.about-btn .iconfont{
	display: inline-flex;
	border-radius: 50%;
	color: #143073;
	width: 1rem;
	height: 1rem;
	justify-content: center;
	align-items: center;
	font-size: 0.72rem;
	box-shadow: 2px 5px 8px rgba(0,0,0,.25);
	margin: 0.6rem 0.2rem;
	cursor: pointer;
	transition: all .35s ease-in-out;
}
.about-btn .iconfont:hover{
	background-color: #143073;
	color: #fff;
}
.news-label{
	display: flex;
	justify-content: center;
	padding: .7rem 0;
}
.news-label a{
	display: inline-block;
	font-size: 0.32rem;
	line-height: 0.88rem;
	border: 1px solid #ddd;
	padding: 0 0.7rem;
	margin: 0.2rem 0.4rem;
	border-radius: 0.6rem;
}
.news-label a:hover{
	color: #fff;
}
.news-left>a{
	display: block;
	background-color: #fff;
}
.news-left .pic{
	position: relative;
	z-index: 99;
	height: 0;
	padding-top: 50%;
	overflow: hidden;
}
.news-left .pic img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.news-left .day{
	display: block;
	font-size: 0.8rem;
	line-height: 1;
	color: #143073;
	font-family: helvetica;
}
.news-left .year{
	font-size: 0.28rem;
	line-height: 1;
	color: #999;
}
.news-left .title{
	margin-top: 0.4rem;
	font-size: 0.48rem;
	color: #000;
}
.news-left .description{
	font-size: 0.28rem;
	margin-top: 0.4rem;
	line-height: 2;
	text-align: justify;
}
.news-left .more{
	margin-top: 0.4rem;
	padding-top: 0.2rem;
	border-top: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-left .more span{
	font-size: 0.32rem;
}
.news-left .more .iconfont{
	font-size: 0.4rem;
	display: inline-flex;
	width: 0.6rem;
	height: 0.6rem;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #ddd;
	color: #ddd;
	transition: all .35s ease-in-out;
}
.news-left>a:hover .more .iconfont{
	color: #143073;
	border-color: #143073;
	transform: translateX(-25px);
}
.news-left>a:hover .title{
	color: #143073;
}


.footer{
	padding:1.4rem 1.5rem 0 1.5rem;
	color: #fff;
	background-color: #143073;
}
.foot-top{
	overflow: hidden;
	text-align: right;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding-bottom: 0.3rem;
	margin-bottom: 0.4rem;
}
.foot-top .sub-title{
	text-transform: uppercase;
	font-family: helvetica;
	font-size: 0.36rem;
	letter-spacing: 1px;
	margin-top: 0.3rem;
}
.foot-top .title{
	font-size: 0.48rem;
	font-weight: 900;
	letter-spacing: 3px;
}
.foot-top img{
	float: left;
}
.foot-item{
	margin-right: 3rem;
}
.foot-item .title{
	font-size: 0.32rem;
	margin-top: 0.3rem;
	margin-bottom: 0.56rem;
}
.foot-item p{
	font-size: 0.28rem;
	color: #4595e6;
	line-height: 0.6rem;
}
.foot-contact{
	flex: 1;
	text-align: right;
	margin-top: 0.4rem;
	margin-right: 1rem;
}
.foot-contact a{
	display: inline-block;
	font-size: 0.32rem;
	background-color: #4595e6;
	border-radius: 0.5rem;
	color: #fff;
	line-height: 0.8rem;
	padding: 0 0.6rem;
	margin-bottom: 0.5rem;
	transition: all .35s ease-in-out;
}
.foot-contact a:hover{
	color: #143073;
	background-color: #fff;
}
.foot-contact p{
	font-size: 0.28rem;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}
.foot-contact strong{
	font-size: 0.48rem;
	font-family: helvetica;
	font-weight: 900;
}
.foot-ewm{
	text-align: center;
	margin-top: 0.4rem;
}
.foot-ewm img{
	width: 3.6rem;
	margin-bottom: 0.2rem;
	padding: 0.3rem;
	background-color: #fff;
}
.foot-ewm p{
	color: #4595e6;
	font-size: 0.28rem;
}
.copyright{
	margin-top: 0.3rem;
	padding-top: 0.3rem;
	border-top: 1px solid rgba(255,255,255,.1);
	text-align: center;
	font-size: 0.28rem;
	padding-bottom: 0.3rem;
	color: #4595E6;
}



/*内页*/
.left-title{
	padding: 0.9rem 1.2rem;
	background-color: #143073;
	color: #fff;
}
.left-title .title{
	font-size: 0.48rem;
	line-height: 2;
	font-weight: 900;
}
.left-title .sub-title{
	font-size: 0.28rem;
	line-height: 2;
	font-family: helvetica;
}
.list-label .title{
	margin: 0.2rem 0;
	font-size: 0.32rem;
	color: #000;
	font-weight: 900;
	padding-left: 0.6rem;
}
.list-label .title .iconfont{
	color: #143073;
	font-size: 0.28rem;
	margin-right: 0.2rem;
}
.list-label .list-menu{
	background-color: #fff;
	padding: 0.6rem;
}
.list-label .list-menu a{
	display: inline-block;
	max-width: 100%;
	min-width: 49%;
	text-align: left;
	line-height: 0.8rem;
	color: #999;
}
.list-label a:hover{
	color: #143073;
}
.list-right-top{
	padding: 0.6rem;
	background-color: #fff;
	text-align: right;
	margin-bottom: .5rem;
}
.list-right-top a:hover,.page-position a:hover{
	color: #143073;
}
.list-right-top .title{
	float: left;
	font-size: 0.48rem;
	color: #143073;
}
.page-header{
	position: relative;
	z-index: 99;
	width: 100%;
	height: 0;
	padding-top: 15%;
	overflow: hidden;
}
.page-header img{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
.page-header .description{
	position: absolute;
	display: flex;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 0.8rem;
	color: #fff;
	font-weight: 900;
	z-index: 999;
	background: radial-gradient(rgba(0,0,0,.6), rgba(0,0,0,.3), rgba(0,0,0,.2));
}

.content-pic {
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: 0.5rem;
	background-color: #fff;
}
.swiper-gif{
	margin-bottom: 0.5rem;
}
.swiper-gif img {
	padding: 0.2rem;
	border: 1px solid #ddd;
	background-color: #fff;
}
.swiper-gif .swiper-slide{
	padding-right: 1px;
}

.swiper-gif .swiper-slide-thumb-active img {
	border-color: #143073;
}

.fdj-box {
	position: relative;
	z-index: 9;
}

.mask {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 50%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 99;
	cursor: move;
}
.big-pic{
	display: none;
	position: absolute;
	left: calc(100% + 10px);
	top: 0;
	border: 1px solid #ddd;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
}

.big-pic img {
	width: 200%;
	height: 200%;
}


.content-data{
	padding: 0.4rem;
	background-color: #fff;
}
.content-data .title{
	font-size: 0.48rem;
	color: #143073;
	line-height: 2;
}
.content-data .sub-title{
	font-size: 0.32rem;
	color: #999;
}

.page-nav{
	background-color: #fff;
	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.page-nav .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-nav .page-position{
	font-size: 0.32rem;
	letter-spacing: 1px;
}
.page-nav-list a{
	display: inline-block;
	line-height: 1.8rem;
	font-size: 0.32rem;
	color: #000;
	padding: 0 0.6rem;
}
.page-nav-list a:hover{
	color: #143073;
}
.page-nav-list a.active{
	color: #143073;
	font-weight: 900;
}

.list-news{
	position: relative;
	padding: 0.8rem 1.6rem 1rem;
	background-color: #fff;
	margin-bottom: 1rem;
}
.list-news::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	background-color: #143073;
	transition: width .45s ease-in-out;
}
.list-news:hover::before{
	width: 100%;
}
.list-news>a{
	display: flex;
}
.list-news .date{
	width: 3rem;
}
.list-news .date .day{
	font-size: 0.68rem;
	color: #000;
	font-family: helvetica;
	font-weight: 900;
}
.list-news .date .year{
	font-size: 0.4rem;
	color: #999;
}
.list-news .pic{
	display: flex;
	width: 4.8rem;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.list-news .pic img{
	max-width: 100%;
}
.list-news .text{
	flex: 1;
	padding-left: 0.6rem;
	padding-top: 0.3rem;
}
.list-news .text .title{
	font-size: 0.48rem;
	font-weight: 900;
	margin-bottom: 0.4rem;
	color: #000;
}
.list-news .text .description{
	font-size: 0.32rem;
	line-height: 2;
	color: #999;
	text-align: justify;
}
.list-news .text .more{
	display: block;
	margin-top: 0.4rem;
	font-size: 0.32rem;
	color: #000;
	font-weight: 900;
}
.list-news .text .more .iconfont{
	font-size: 0.4rem;
	font-weight: 900;
	display: inline-block;
	transition: all .65s ease-in-out;
	opacity: 0;
}
.list-news:hover{
	box-shadow: 0 0 8px rgba(0,0,0,.15);
}
.list-news>a:hover .more .iconfont{
	opacity: 1;
	color: #143073;
	transform: translateX(20px);
}

/*关于*/
.about-line{
	display: block;
	position: relative;
	width: 1px;
	height: 2rem;
	background-color: #143073;
	margin-bottom: 1rem;
}
.about-line::after{
	content: '';
	position: absolute;
	left: -4px;
	bottom: -9px;
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid #143073;
}
.about-title{
	margin-top: .5rem;
	margin-bottom: 1rem;
}
.about-title .title{
	color: #000;
	font-weight: 900;
	font-size: 0.72rem;
	margin-top: 0.2rem;
}
.about-title .sub-title{
	text-transform: uppercase;
	color: #143073;
	font-size: 0.72rem;
	font-family: helvetica;
}
.pic-item{
	height: 100%;
}
.pic-item img{
	border: 1px solid #ddd;
}
.pic-item>a{
	display: flex;
	height: 100%;
	text-align: center;
	flex-direction: column;
	justify-content: space-between;
}
.pic-item>a .title{
	font-size: 0.32rem;
	color: #143073;
	margin-top: 0.2rem;
	font-weight: 900;
}

/*联系我们*/
.contact-left .title{
	font-family: helvetica;
	color: #000;
	font-size: 2rem;
}

.contact-left  .phone{
	font-size: 1rem;
	font-weight: 900;
	color: #143073;
	margin-top: 1rem;
}
.contact-left .description{
	font-size: 0.48rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.contact-left .link a{
	display: inline-block;
	border: 1px solid #143073;
	border-radius: 0.8rem;
	padding: 0.3rem 0.8rem;
	margin-right: 0.5rem;
	font-size: 0.48rem;
	transition: all .35s ease-in-out;	
}
.contact-left .link .iconfont{
	font-size: 0.56rem;
}
.contact-left .link a:first-child{
	color: #143073;
}
.contact-left .link a:nth-child(2){
	color: #fff;
	background-color: #143073;
}
.contact-left .link a:first-child:hover{
	background-color: #143073;
	color: #fff;
}
.contact-left .link a:nth-child(2):hover{
	color: #143073;
	background-color: #fff;
}
.contact-right .title{
	font-size: 1rem;
	color: #000;
	letter-spacing: 2px;
	margin-top: 0.4rem;
}
.contact-right .sub-title{
	font-size: 0.48rem;
	color: #999;
	margin-top: 0.4rem;
}
.contact-right h6{
	margin-top: 0.8rem;
	font-size: 0.4rem;
	color: #143073;
	font-weight: 900;
}
.contact-right p{
	font-size: 0.32rem;
	margin-top: 0.4rem;
	color: #999;
}